Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Unzip to 7zip #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

henrycoding
Copy link

There's some issue of unzip when uncompressing IPA contains files named in Chinese. I replace the unzip with 7zip to fix the issue ~

There's some issue of unzip when uncompressing IPA contains files named in Chinese. I replace the unzip with 7zip to fix the issue ~
@henrycoding henrycoding changed the title Update Unzip with 7zip Update Unzip to 7zip Nov 9, 2022
@niuhuan
Copy link
Contributor

niuhuan commented Dec 5, 2022

I think you can rename the file temporarily. I prefer to decompress without using the command line.

@niuhuan
Copy link
Contributor

niuhuan commented Dec 5, 2022

On windows, you can easily use ubuntu through wsl. That's a good choice. Install unzip only run apt install unzip

@niuhuan
Copy link
Contributor

niuhuan commented Dec 6, 2022

link libzip library to zsign, target not need zip and unzip command

https://github.com/niuhuan/zsign/tree/inner_zip

run ./vcpkg install libzip
and add cmake option -DVCPKG_ROOT=/home/niuhuan/vcpkg -DCMAKE_PREFIX_PATH=/home/niuhuan/vcpkg/installd/x64-linux

@henrycoding
Copy link
Author

But I use zsign on Linux and the IPA contains files named in Chinese is wrong. I have no idea but to change the unzip to 7zip. Indeed link libzip is a good idea, I'll have a try, Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants